Skip to content

chore: upgrade jackson to version 3#1221

Open
DarkAtra wants to merge 1 commit intonitrite:mainfrom
DarkAtra:upgrade-to-jackson-3
Open

chore: upgrade jackson to version 3#1221
DarkAtra wants to merge 1 commit intonitrite:mainfrom
DarkAtra:upgrade-to-jackson-3

Conversation

@DarkAtra
Copy link
Contributor

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 24, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 33a47aa9-46f2-45ac-b42c-217374743b7a

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

* @throws ValidationException if the module is null
*/
public void registerJacksonModule(Module module) {
public void registerJacksonModule(JacksonModule module) {
Copy link
Contributor Author

@DarkAtra DarkAtra Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it would proabably make sense to get rid of this method since the ObjectMapper is immutable after construction in jackson 3. passing the JacksonModules as constructor parameters and initializing the ObjectMapper in the constructor would probably be better - similar to how it's already done in KNO2JacksonMapper

@DarkAtra DarkAtra force-pushed the upgrade-to-jackson-3 branch 8 times, most recently from af3ab63 to 7efca6b Compare March 24, 2026 20:13
@DarkAtra DarkAtra force-pushed the upgrade-to-jackson-3 branch from 7efca6b to 900aebb Compare March 24, 2026 20:14
@DarkAtra DarkAtra marked this pull request as ready for review March 24, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant